home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / mta_vf35.zip / MTV__MAC.EXE / MTVMAC01.MVM next >
Text File  |  1993-02-22  |  569b  |  12 lines

  1. | This macro can be used to delete files that match [filespec] from
  2. | archives. This example is for PKZIP.
  3. | ----------------------------------------------------------------------
  4. del [4]\[1]
  5. | ----------------------------------------------------------------------
  6. | Delete normal files
  7. | ----------------------------------------------------------------------
  8. [0]pkzip -d [4]\[1] [6]
  9. | ----------------------------------------------------------------------
  10. | Delete file from archive
  11. | ----------------------------------------------------------------------
  12.